home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part2 / 11973 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: news.internex.net.au!usenet
  2. From: sultan@connexus.apana.org.au (Jon Hornstein)
  3. Newsgroups: comp.lang.c++
  4. Subject: Re: Binary Object Dumper for C++ wanted
  5. Date: Sun, 17 Mar 1996 13:53:34 GMT
  6. Organization: Yarra House Software Pty Ltd
  7. Message-ID: <4ih385$27i@preeda.internex.net.au>
  8. References: <313EF12E.47AF@esec.ch>
  9. NNTP-Posting-Host: dialin-10.internex.net.au
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. Oliver Plohmann <opl@esec.ch> wrote:
  13.  
  14. >Hello,
  15.  
  16. >I'm looking for some tool to make binary dumps of c++ objects and
  17. >loading
  18. >them from file. Something like BOSS for Smalltalk. Does anybody know a 
  19. >cheap tool that can get the job done?
  20.  
  21. >Thank you, Olli Plohmann
  22. ObjectSpace Systems<ToolKit> contains a binary/text streaming adapter
  23. that directs objects to/from C++ streams! I gives and I'll quote from
  24. the user's manual, "a lightweight mechanism that allows processes to
  25. make objects persistent and transportable without incurring the
  26. expense and overhead of a full object database or object
  27. communications system such as COBRA". 
  28.  
  29. I am not familiar with BOSS for Smalltalk.
  30.  
  31.